func reflect.haveIdenticalUnderlyingType
11 uses
reflect (current package)
type.go#L1622: return haveIdenticalUnderlyingType(T, V, true)
type.go#L1634: return haveIdenticalUnderlyingType(T, V, false)
type.go#L1637: func haveIdenticalUnderlyingType(T, V *abi.Type, cmpTags bool) bool {
type.go#L1981: if haveIdenticalUnderlyingType(&ft.Type, t, true) {
type.go#L1992: if haveIdenticalUnderlyingType(&ft.Type, t, true) {
type.go#L2010: if haveIdenticalUnderlyingType(&ft.Type, tt, true) {
type.go#L2519: if haveIdenticalUnderlyingType(&typ.Type, t, true) {
type.go#L2531: if haveIdenticalUnderlyingType(&typ.Type, t, true) {
type.go#L2548: if haveIdenticalUnderlyingType(&typ.Type, t, true) {
value.go#L3444: if haveIdenticalUnderlyingType(dst, src, false) {
value.go#L3451: haveIdenticalUnderlyingType(elem(dst), elem(src), false) {